Sample name			sample_dna->name
stock number		div_stock->seed_lot where div_stock_id = div_obs_unit and div_obs_unit = sample_dna
source lab			sample_dna->source_lab
project name		project->name where project_id = sample_dna
parent 1 sample id	sample_dna->parent_1_sample_id
parent 2 sample id	sample_dna->parent_1_sample_id
genus				taxonomy->genus where taxonomy_id = sample_dna
species			taxonomy->species (where taxonomy_id = sample_dna
subspecies			taxonomy->subspecies where taxonomy_id = sample_dna
variety			taxonomy->variety where taxonomy_id = sample_dna
population			taxonomy->population where taxonomy_id = sample_dna
common name			taxonomy->common_name where taxonomy_id = sample_dna

enzyme			sample_dna->enzyme where sample_dna_id = sample_dna
barcode			sample_prep->bc_seq where sample_dna_id = sample_dna
concentration		sample_dna->concentration
volume			sample_dna->volume		
well				sample_dna->well
plate name			grouping->plate_name where  sample_dna
preparer			sample_dna->producer
preparation date		sample_dna->sample_date
gel image			gel_images->gel_image (new)where gel_image_id = sample_dna table

collection location name		locality->name where location_id = sample_id
collection location country		locality-> where location_id = sample_id
collection location province		locality->province where location_id = sample_id
collection location city		locality->city where location_id = sample_id
collection location elevation		locality->elevation where location_id = sample_id
collection location latitude		locality->latitude where location_id = sample_id
collection location longitude		locality->longitude where location_id = sample_id



